home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 25
/
AACD 25.iso
/
AACD
/
Magazine
/
Online
/
QMail
/
source
/
cdbmss.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-04-15
|
208 b
|
17 lines
#ifndef CDBMSS_H
#define CDBMSS_H
#include "cdbmake.h"
#include "substdio.h"
struct cdbmss {
char ssbuf[1024];
struct cdbmake cdbm;
substdio ss;
char packbuf[8];
uint32 pos;
int fd;
} ;
#endif